home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
text
/
tex
/
tpp410n.lha
/
TPPGlobal.lha
/
rexx
/
tpl
/
DVIPrintLog.tpl
< prev
next >
Wrap
Text File
|
1993-01-17
|
424b
|
23 lines
/* DVIPrint Logfile - Macro */
/* Kick 2.0 only */
options results
binary='C:Type'
output='>"CON:0/16/700/440/DVIPrint Logfile/AUTO/WAIT/ALT/INACTIVE/SCREENTextPlus"'
hailstring='DVIPrint Logfile'
address 'TextPlus'
fullname = 'T:DVIPrint.log'
'RequestString' hailstring'\\'fullname
/* okay? */
if result ~= "" then do
address command binary output fullname
end
else
'Display' 'DVIPrint Logfile --- Abbruch'